home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / boekhoud / finan / BADGER finance v1.0 beta 2.exe / xampplite / sendmail / sendmail.ini < prev   
INI File  |  2005-09-21  |  1KB  |  47 lines

  1. ; configuration for fake sendmail
  2.  
  3. [sendmail]
  4.  
  5. ; you must change mail.mydomain.com to your smtp server
  6.  
  7. smtp_server=localhost
  8.  
  9. ; the default domain for this server will be read from the registry
  10. ; this will be appended to email addresses when one isn't provided
  11. ; if you want to override the value in the registry, uncomment and modify
  12.  
  13. ;default_domain=local
  14.  
  15. ; log smtp errors to error.log (defaults to same directory as sendmail.exe)
  16. ; uncomment to enable logging
  17.  
  18. ;error_logfile=error.log
  19.  
  20. ; create debug log as debug.log (defaults to same directory as sendmail.exe)
  21. ; uncomment to enable debugging
  22.  
  23. ;debug_logfile=debug.log
  24.  
  25. ; if your smtp server requires authentication, modify the following two lines
  26.  
  27. ;auth_username=
  28. ;auth_password=
  29.  
  30. ; if your smtp server uses pop3 before smtp authentication, modify the 
  31. ; following three lines
  32.  
  33. ;pop3_server=
  34. ;pop3_username=
  35. ;pop3_password=
  36.  
  37. ; to force the sender to always be the following email address, uncomment and
  38. ; populate with a valid email address.  this will only affect the "MAIL FROM"
  39. ; command, it won't modify the "From: " header of the message content
  40.  
  41. ;force_sender=me@localhost
  42.  
  43. ; sendmail will use your hostname and your default_domain in the ehlo/helo
  44. ; smtp greeting.  you can manually set the ehlo/helo name if required
  45.  
  46. ;hostname=localhost
  47.